读知识>英语词典>buffer store翻译和用法

buffer store

英 [ˈbʌfə(r) stɔː(r)]

美 [ˈbʌfər stɔːr]

网络  缓冲积蓄器

计算机

英英释义

noun

  • (computer science) a part of RAM used for temporary storage of data that is waiting to be sent to a device
      Synonym:bufferbuffer storage

    双语例句

    • In hardware design, a properly sized buffer cache is arranged to store the temporary data used in deblocking, and dual parallel bus architecture is used to satisfy the requirement of the high data bandwidth.
      在硬件设计中,采用cache缓存法暂存用于去块效应的临时数据,同时采用双并行总线满足较高的系统带宽要求。
    • Since simulating chip multi-processor needs vast FPGA resource, we use software memory buffer technique to store data in the host computer, reduce the occupation of FPGA resource.
      片上多处理器的模拟需要大量的FPGA资源,我们使用软件实现的存储缓存机制可以将数据缓存到宿主机器上,有效调节FPGA资源。
    • Buffer, as an important tool that is used to store temporarily the key information and to deal with speed difference, always plays a vital role in computer engineering field.
      缓冲区作为一种缓存关键信息、协调速度差异的重要手段,在计算机工程领域一直扮演着一个不可忽视的角色。
    • Use Memory Buffer to Store and Re-Show Remote Bitmap
      利用内存缓冲区存储和再现远程位图图像
    • Buffer Overflow occurs when a program or process tries to store more data in a buffer than it was intended to hold.
      缓冲区溢出发生在一个程序或进程试图在一个缓冲区中存储多于其存储量的数据时。
    • The color index was stored into the nodes of Quad-tree to record the BMP color information and display the BMP file by using store construction of the brother clue.
      采用兄弟线索化存储结构,把Buffer颜色索引赋值到四叉树节点,以存取BMP颜色,显示BMP文件。
    • When MySQL must perform a sort, it allocates a sort buffer to store the rows as they're read from disk.
      当MySQL必须要进行排序时,就会在从磁盘上读取数据时分配一个排序缓冲区来存放这些数据行。
    • A buffer overflow, or buffer overrun, occurs when a process attempts to store data beyond the boundaries of a fixed-length buffer.
      当进程尝试将数据储存到固定长度的缓冲区的范围之外时,就会出现缓冲区溢出。
    • Register file is also called register stack. Just like a small and fast buffer, it is used to store the operands and middle results.
      寄存器文件也称寄存器堆,其作用就像一个小的快速的缓冲器,用于微处理器存放操作数和运算的中间结果。
    • Log Buffer& Memory used to store all changes to database before it is flushed to the logs on disk.
      日志缓冲区&在将所有对数据库的更改刷新到磁盘上的日志之前,用来存储这些更改的内存。